EMT Practice Test

1. Question Content...


Question List

Question1: How would a developer apply a style sheet to an existing XPage?

Question2: Mary wants to attach the IBM Domino Designer JavaScript remote debugger to her server, and finds the parameter JavaDebugOptions=transport=dt_socket,server=y,suspend=n,address=8000 already set in the server's notes.ini. What does the address=8000 mean?

Question3: Angi has a Text field named Town on her form. She also has a Formula field named MyFormula with the Literalize Fields option selected that contains the following formula: SELECT HomeTown = Town She creates a new document with the form and adds the value Madison to the Town field. What is the value in the MyFormula field after she refreshes the document?

Question4: Daniel wants to programmatically use the full text indexing features of IBM Domino. Which fields can be indexed by default?

Question5: Jane wants to displays errors, warnings, and other information about IBM Domino Designer resources.
What step does she need to perform?

Question6: Which access control list entry allows a user to edit only those documents with their name in an Authors field?

Question7: Tara is writing an XPage application and wants to define the life of an object to be limited to the rendering of the page. Which scope should she use?

Question8: What does the Eclipse Search functionality in the IBM Domino Designer client allow a developer to do?

Question9: What feature can be enabled with Access Controlled Sections?

Question10: The plugin_customization.ini file supplied in the IBM Notes installation kit deploy directory can be used to control aspects of Notes installation and usage. Where is this file located in the directory once installed?

Question11: Where are the configuration settings for remote debug?

Question12: Grayson created an application that is deployed on servers and with local replicas on individual user workstations. What feature of IBM Notes can limit the data deployed to local replicas?

Question13: Mary is writing a mobile application which will be accessed via a public network. What might Mary do to secure the network traffic?

Question14: In which file are XPages application runtime configuration settings saved?

Question15: A developer is designing an IBM Notes application integrated with IBM Sametime. The Contact List has been embedded on a page of the application. How can the user display their contact list? "how can the user display" in stem; answer D should be "No additiona, action is required..."

Question16: What is the View_Rebuild_Dir notes.ini parameter used to specify?

Question17: Mary has written an IBM Domino XPages application. What must Mary do to make XPages in her application available to users with only public access to the database?

Question18: Kenneth is using a Computed for display Text field on his form. He would like for new documents created with the form to display the data from that field in a column in a view. What is one of the things that he could to do to be able to do that?

Question19: Alex is using an IBM LotusScript Web service consumer in her agent. When trying to access an array of items returned by the Web service provider, the agent fails with the error: "Attempt to access uninitialized dynamic array". Why might this occur?

Question20: When is it appropriate to use the Advanced database property "Don't overwrite free space"?

Question21: What does the com.ibm.notes.branding/enable.update.ui=true enable?

Question22: What type of code is allowed in the WebQueryOpen event of a form?

Question23: What is the benefit of using a shared action over a normal action?

Question24: Mary created an agent in a new database that does the same thing as an existing agent in another one of her databases. When Mary copies the agent from the existing database to the new database, she sees the error "Error loading Use or UseLSX module TimeUtilities" on this line in her agent - Use "TimeUtilities".
What must Mary do to get this agent working in her new database?

Question25: Charles is creating an XPages application for his company. He will use data binding in his application.
Which statement describes data binding in an XPage?

Question26: Sally has a form with a Readers field on it. That field is computed and its value is "Users". When a document is created with the form, what effect does the field have on that document?

Question27: Heather is developing a new form in her application. Which steps will allow Heather to insert an existing subform into her new form?

Question28: What functionality does LSXLC provide?

Question29: Which is true about the @ClientType function?

Question30: Simon has been asked to create an agent that will return a list of all of the attachments in an IBM Notes document. Which method or property of the NotesRichTextNavigator or NotesRichTextItem class will Simon use to complete the task?

Question31: An XPages application needs to access user information such as unique ids, quota, and database roles for current user. This can be done using which option?

Question32: Caroline is programmatically using the UniversalID property of a document. Which option will return the same value as the UniversalID property?

Question33: An application developer has selected the database property "Support Response Thread History". What effect does the setting have on documents in the database?

Question34: The LCConnection.fetch method performs what action?

Question35: The Debug_AMGR notes.ini parameter can be used to debug IBM Domino agents running in which context?

Question36: Ian is creating a database with document encryption. Where are document encryption keys stored?

Question37: Which is true for createSession(hostString, tokenString) ?

Question38: Lauren is creating a new form in a database and wants to add an action to that form for her users. How does Lauren add the action to her form?

Question39: The "Show Online Status" option has been enabled in a view column of an IBM Notes application. How can users see the online status icons for names that have been enabled for awareness?

Question40: Where are two places that document encryption is specified? (Choose two.)

Question41: Mary has written an agent which is not thread safe. In which two run contexts can Mary safely run this agent? (Choose two.)

Question42: Mary has written an XPage application which has one call to a view and will not refer to the view again.
She can alter the view property dataCache to reduce memory usage in the XPage application by setting the value to which of the following?

Question43: In IBM LotusScript, which NotesDocument class property can be used to find the owner of a lock on a document?

Question44: Which statement is true concerning private agents?

Question45: Mary is the IBM Domino administrator and needs to deploy an agent she has written. Mary's agent reads and writes data directly to the file system, is scheduled to run on server daily, and is signed by Mary's IBM Notes ID. What does Mary need to update to ensure the agent runs correctly?

Question46: Chloe would like to add an alias for one of her forms. What is one way she could do that?

Question47: Where is the default master template for an application listed?

Question48: What is needed to allow a user with Editor level access to a database to enable a scheduled agent?

Question49: Where are the SAML configuration settings specified?

Question50: James is using a profile document in his application. Which statement describes how users of the application will view the profile document?

Question51: Which is a property of the Domino Data Service's (REST API) Database Collection GET ?

Question52: Florence is planning an application that will consist of several forms. Each form will contain the same five fields as well as the same static text for each of the fields. What method can Florence use to make sure the fields all look the same on each of the forms?

Question53: Running compact -F on the IBM Domino server only checks the tables associated with the form specified in selection criteria instead of every table in the application. What database property is available that does the same thing as this server task?

Question54: If the name of the signer of an agent is listed in the "Sign or run unrestricted methods and operations" field on the Security tab of the Server document, what does this allow the agent to do?

Question55: Which @Function can be used to unlock a document?

Question56: What access level does a user need to create and manage roles in the database access control list?

Question57: James has been asked to create an IBM LotusScript agent that will open and modify the Microsoft Windows operating system initialization file. In order to complete the task, where would the agent signer's name need to be listed in the IBM Domino Server document?

Question58: What is the function of the class com.ibm.xsp.exception.XSPExceptionInfo?

Question59: An IBM Domino application performs certain operations, such as DDE-related functions, that are not available in all platform versions of IBM Notes and Domino. What function can be used to determine the underlying operating system?

Question60: Mary's mobile application will be accessed using a Web browser using HTTPS. What must Mary do to ensure the browser will allow access to her application site?

Question61: Mary has written an IBM Domino XPage application called myxsp in myDb.nsf on myServer. The end users are reporting performance issues on first use after the server starts. What two things could Mary do to improve performance of the application? (Choose two.)

Question62: What type of debug information does the IBM Domino console command tell amgr debug * provide?

Question63: Charles is designing a database agent with IBM LotusScript that will display the name(s) of the folder(s) that a specific document is in, if it is in one or more folders. He is using the FolderReferencesEnabled property of the NotesDatabase Class. Which statement is true regarding the FolderReferencesEnabled property?

Question64: Phil is creating an application where he wants users to be able to create local replicas. Which access control list privilege must users have to create the local replicas?

Question65: James will need to use IBM LotusScript in order to modify the Calendar Profile stored in his mail file. Given the following snippet of code, what would be the correct line for instantiating the Calendar Profile? Dim session As New NotesSession Dim db As NotesDatabase Dim doc As NotesDocument Set db=session.CurrentDatabase

Question66: Which statement describes the UnprocessedDocuments property of the NotesDatabase Class?

Question67: How can a developer of an XPage application access information about the current user, including the user's name and access level, to the current database?

Question68: Charles wants to add the company logo to the image resources in the mail template so that it can be used in the mail header for IBM Notes mail messages. Which statement describes how the letterhead will display?

Question69: Jack is creating an application that will have several views with similar data in them and wants to use shared columns so that all the views have a similar look. How does Jack create a shared column to be used by multiple views?

Question70: What is the primary purpose of a master template?

Question71: James has a large number of image resources and he knows that the name of the image resource will change when it is updated. How can he add an alias name to the image resource?

Question72: What does the notes.ini parameter javaenabledebug=1 do?

Question73: The IBM Domino Data Services (REST API) can be accessed from which type of program natively?

Question74: Julianna wants to add a calendar view to her application to display the completion dates of the documents in her application. What must Julianna do, in addition to setting the view type to calendar, to accomplish this?

Question75: Which statement is true with regards to the usage of WebQuerySave event?

Question76: How can session token information be captured using a servlet?

Question77: Mary is using the OSGI console to debug an application and has ENABLE_BREAK=1 set in the client notes.ini. What does this parameter do?

Question78: Felix is creating an application where a user will type extensive data into a text field. What is the maximum amount of data IBM Domino can store in a text field?

Question79: Charles has decided that he will add highlighting to a navigator object and has chosen the option "Highlight when clicked". What will be the result of choosing this option?

Question80: Which two options are required when developing a server-side agent which connects to IBM DB2 via JDBC? (Choose two.)

Question81: Which statement describes the embedded navigators?

Question82: Which design element supports the use of Access Controlled Sections?

Question83: Which access control list privilege can be revoked from a user with Manager access to a database?

Question84: Eclipse-based source control clients work on physical files. As such they can not directly work with IBM Domino Designer projects that contain virtual files mapping to NSF-based design elements. Which statement defines these design elements?

Question85: Why would a developer create a role?

Question86: John has a database that replicates across two servers with documents that are created and updated regularly on each server. Which two document ID components will always return the same value for a given document across both replicas of the database? (Choose two.)

Question87: Brian wants to manage his Java resources, but he is unable to find the tool to do this. What could be the issue?

Question88: Which statement is correct when using a theme in an XPage application?

Question89: Justin wants to allow users to find data in PDF files when they search in the database he is creating. Which feature will increase the quality of results if enabled?

Question90: James has been asked to write an agent using IBM Domino Component Object Model (COM). Which statement describes COM?

Question91: If a document is created with a form containing a Text field that has the "Allow multiple values" property set and multiple values are entered into the field, how are those values stored within the document?

Question92: Belle adds the following event code in her form. What happens when she double clicks on a document created with the form? Sub Queryopen(Source As Notesuidocument, Mode As Integer, Isnewdoc As Variant, Continue As Variant) Print "One" Continue = False Print "Two" End Sub

Question93: Claire is designing several forms. Each form has a similar section that includes a table of approvers. Which shared design element can she use?

Question94: Which two data sources does extlibx provide for XPages? (Choose two.)

Question95: Eclipse-based source control clients work on physical files, and they work with the IBM Domino Designer projects elements on the physical files. Which statement describes these elements?

Question96: In which file do the Eclipse preferences reside?

Question97: How can a developer launch the JavaScript debugger?

Question98: What database property prevents searches against database when it is not desirable to create new views or a full text index?

Question99: Steven has taken over as the designer for an existing application and has received reports of incorrect data in a particular field in documents. He wants to find all the places in the database that access that field.
How would he accomplish this search?

Question100: Which option can be included in a view selection formula to include all response documents in the view index?

Question101: What are two web technologies leveraged by IBM Domino Web services consumers and providers?
(Choose two.)

Question102: How would a developer use an existing script library containing Java code used in a Java agent?

Question103: Shoshanna is creating an application that imports data from a text file. What is the maximum amount of data that can be imported into a single text field?

Question104: If Jane wants to adjust the content of the perspectives in IBM Domino Designer, how would she do this?

Question105: By default, in which format is data entered into a Rich Text field stored within the document?

Question106: Lee has a form with an Authors field on it. That field is computed and its value is "Users". When a document is created with the form, what effect does the field have on that document?

Question107: How can a developer find out which applications are his that are not in any working set?